/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@media (min-width: 768px) {
  .hidden-xs {
    display: inherit !important;
  }
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inherit !important;
  }
  h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }
  h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
  h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .texto {
    font-size: 14px;
    line-height: 18px;
  }
  .texto-m {
    font-size: 16px;
    line-height: 22px;
  }
  .banner {
    height: 60vh;
  }
  nav {
    padding: 5px 0px !important;
  }
  nav .navbar-brand img {
    max-width: 100px;
  }
  nav .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 57px;
    background: var(--bg-amarelo);
    left: 0px;
    display: flex;
    width: 100%;
    padding: 25px 0px;
    margin-bottom: 0px;
  }
  nav .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: end;
    display: flex;
    float: right;
    width: -webkit-fill-available;
    gap: 0px;
    display: flex;
    width: 100%;
  }
  .campo1 {
    padding-top: 50px;
  }
  .campo1 img {
    margin: 20px auto 20px auto;
    display: block;
  }
  .campo2 .row .col-md-6.fundo {
    height: 50vh;
  }
  .campo2 .row .col-md-6.fundo img {
    max-height: 285px;
  }
  .campo2 .row .col-md-6 .texto {
    padding-bottom: 50px;
    max-width: 100%;
    gap: 10px;
  }
  .campo3 {
    margin: 50px 0px;
  }
  .campo3 .texto {
    gap: 10px;
    flex-direction: column;
    padding: 0px 15px;
  }
  .campo3 .texto p {
    max-width: 100%;
    padding: 0px 0px;
  }
  .campo4 {
    height: auto;
    padding: 100px 0px;
  }
  .campo4 h3 {
    margin-bottom: 10px;
  }
  .campo4 p.texto-m {
    max-width: 626px;
    margin: 0 auto 30px auto;
  }
  .campo4 .campos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0px;
    row-gap: 30px;
  }
  .campo4 .campos hr {
    display: none;
  }
  .campo4 .campos > * {
    width: calc(50% - 3px);
    /* Duas colunas com gap de 6px */
  }
  .campo4 .campos .campo p {
    margin-bottom: 10px;
  }
  .campo5 {
    padding: 50px 0px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: end;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
  }
  .campo6 {
    padding: 50px 0px;
  }
  .campo6 h2 {
    margin-bottom: 10px;
  }
  .campo6 .texto-m {
    margin-bottom: 10px;
    max-width: 432px;
    margin-top: 30px;
  }
  .campo7 {
    background-color: var(--bg-amarelo);
    padding: 50px 0px;
  }
  .campo7 hr {
    margin: 50px 0px;
  }
  .campo7 .texto {
    max-width: 467px;
    margin-top: 20px;
  }
  .campo7 .mb-100 {
    margin-bottom: 50px;
  }
  .campo7 .campo {
    border: 2px solid var(--bg-white);
    padding: 50px 15px;
  }
  .campo7 .col-md-8 a {
    color: var(--bg-white);
    text-decoration: underline;
    font-size: 14px;
  }
  .modal-dialog {
    width: auto;
  }
  .campo8 {
    margin-bottom: 50px;
  }
  .campo8 .align .textos {
    margin: 25px 0px 50px 0px;
  }
  .campo8 .align .textos .campos {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .campo8 iframe {
    max-height: 500px;
  }
  .campo9 {
    background-color: var(--bg-grape);
    padding: 50px 0px;
  }
  .campo9 h2 {
    margin-bottom: 20px;
  }
  .campo9 .textos {
    margin-top: 40px;
  }
  footer {
    padding: 100px 0px;
  }
  footer h2 {
    padding: 0px 15px;
  }
  footer .rodape2 {
    margin-top: 50px;
  }
  footer .rodape2 .row {
    gap: 40px;
  }
  footer .rodape2 .row img {
    max-width: -webkit-fill-available;
  }
  footer .rodape2 .row .mb-50 {
    margin-bottom: 0px;
  }
  footer .rodape3 {
    margin-top: 50px;
  }
  footer .rodape3 img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
  }
  footer .rodape3 .text-right {
    gap: 10px;
    margin-top: 40px;
    text-align: left;
  }
  footer .rodape3 .text-right .links {
    gap: 20px;
    justify-content: flex-start;
  }
  footer .rodape3 .text-right .links img {
    max-width: 30px;
  }
}/*# sourceMappingURL=xs.css.map */